home *** CD-ROM | disk | FTP | other *** search
/ Revista CD Expert 8 / Revista CD Expert nº 08 CD1.iso / Utilitarios / Especiais / Hotdog 5.5 / hotdog55install.exe / %MAINDIR% / HotDog5.exe / 0 / RCDATA / TFRMNEWOPTIONS / TFRMNEWOPTIONS.txt
Encoding:
Text File  |  1999-04-29  |  61.1 KB  |  2,374 lines

  1. object frmNewOptions: TfrmNewOptions
  2.   Left = 31
  3.   Top = 204
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Preferences'
  7.   ClientHeight = 367
  8.   ClientWidth = 556
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Tahoma'
  14.   Font.Pitch = fpVariable
  15.   Font.Style = []
  16.   OldCreateOrder = True
  17.   Position = poScreenCenter
  18.   Scaled = False
  19.   OnClose = FormClose
  20.   OnCreate = FormCreate
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object Label21: TLabel
  24.     Left = 10
  25.     Top = 6
  26.     Width = 68
  27.     Height = 16
  28.     Caption = 'Directories'
  29.     Font.Charset = DEFAULT_CHARSET
  30.     Font.Color = clWindowText
  31.     Font.Height = -13
  32.     Font.Name = 'Arial'
  33.     Font.Pitch = fpVariable
  34.     Font.Style = [fsBold]
  35.     ParentFont = False
  36.     Transparent = True
  37.   end
  38.   object pageOptions: TPageControl
  39.     Left = 161
  40.     Top = -2
  41.     Width = 396
  42.     Height = 334
  43.     ActivePage = tabCodeCompletion
  44.     MultiLine = True
  45.     TabHeight = 1
  46.     TabOrder = 0
  47.     TabStop = False
  48.     object tabPreferences: TTabSheet
  49.       Caption = 'Preferences'
  50.       TabVisible = False
  51.       object Label29: TLabel
  52.         Left = 5
  53.         Top = 23
  54.         Width = 375
  55.         Height = 30
  56.         AutoSize = False
  57.         Caption = 
  58.           'These options set the overall preferences for HotDog.  Click on ' +
  59.           'the items in the tree on the left to acess options for more spec' +
  60.           'ific aspects of the program.'
  61.         WordWrap = True
  62.       end
  63.       object GradPanel10: TGradPanel
  64.         Left = 5
  65.         Top = 4
  66.         Width = 378
  67.         Height = 15
  68.       end
  69.       object Label42: TLabel
  70.         Left = 8
  71.         Top = 5
  72.         Width = 43
  73.         Height = 14
  74.         Caption = 'General'
  75.         Font.Charset = DEFAULT_CHARSET
  76.         Font.Color = clWindowText
  77.         Font.Height = -11
  78.         Font.Name = 'Arial'
  79.         Font.Pitch = fpVariable
  80.         Font.Style = [fsBold]
  81.         ParentFont = False
  82.         Transparent = True
  83.       end
  84.       object GroupBox2: TGroupBox
  85.         Left = 4
  86.         Top = 70
  87.         Width = 380
  88.         Height = 242
  89.         TabOrder = 0
  90.         object Label12: TLabel
  91.           Left = 160
  92.           Top = 81
  93.           Width = 37
  94.           Height = 13
  95.           Caption = '&minutes'
  96.           FocusControl = txtSaveRate
  97.         end
  98.         object Label45: TLabel
  99.           Left = 26
  100.           Top = 114
  101.           Width = 76
  102.           Height = 13
  103.           Caption = '&Undo / Redo to '
  104.         end
  105.         object Label46: TLabel
  106.           Left = 160
  107.           Top = 114
  108.           Width = 62
  109.           Height = 13
  110.           Caption = 'level(s) deep'
  111.         end
  112.         object chkSplash: TCheckBox
  113.           Left = 249
  114.           Top = 63
  115.           Width = 65
  116.           Height = 16
  117.           Caption = 'Skip &Animation while loading'
  118.           TabOrder = 10
  119.           Visible = False
  120.         end
  121.         object chkPreText: TCheckBox
  122.           Left = 248
  123.           Top = 47
  124.           Width = 47
  125.           Height = 17
  126.           Caption = 'Insert &Text as Preformatted <PRE>'
  127.           TabOrder = 1
  128.           Visible = False
  129.         end
  130.         object chkCurrDir: TCheckBox
  131.           Left = 6
  132.           Top = 193
  133.           Width = 183
  134.           Height = 17
  135.           Caption = 'File Dialogs Use Current &Directory'
  136.           TabOrder = 0
  137.         end
  138.         object chkAutoSave: TCheckBox
  139.           Left = 6
  140.           Top = 81
  141.           Width = 97
  142.           Height = 17
  143.           Caption = 'Auto&Save every'
  144.           TabOrder = 2
  145.           OnClick = chkAutoSaveClick
  146.         end
  147.         object txtSaveRate: TSpinEdit
  148.           Left = 105
  149.           Top = 77
  150.           Width = 49
  151.           Height = 22
  152.           MaxValue = 30
  153.           MinValue = 1
  154.           TabOrder = 3
  155.           Value = 1
  156.         end
  157.         object chkBackup: TCheckBox
  158.           Left = 6
  159.           Top = 140
  160.           Width = 117
  161.           Height = 17
  162.           Caption = 'Create Backup &Files'
  163.           TabOrder = 5
  164.         end
  165.         object chkBrowserRefresh: TCheckBox
  166.           Left = 6
  167.           Top = 166
  168.           Width = 235
  169.           Height = 17
  170.           Caption = 'Refresh external &Browser Preview on save'
  171.           TabOrder = 6
  172.         end
  173.         object txtUndoLevel: TSpinEdit
  174.           Left = 105
  175.           Top = 110
  176.           Width = 49
  177.           Height = 22
  178.           MaxValue = 300
  179.           MinValue = 1
  180.           TabOrder = 4
  181.           Value = 10
  182.           OnChange = txtUndoLevelChange
  183.         end
  184.         object chkNewDoc: TCheckBox
  185.           Left = 6
  186.           Top = 31
  187.           Width = 191
  188.           Height = 17
  189.           Caption = 'Open &New Document on Startup'
  190.           TabOrder = 7
  191.         end
  192.         object chkRestoreSession: TCheckBox
  193.           Left = 6
  194.           Top = 53
  195.           Width = 173
  196.           Height = 17
  197.           Caption = '&Restore last Session on Startup'
  198.           TabOrder = 9
  199.         end
  200.         object chkDialog: TCheckBox
  201.           Left = 6
  202.           Top = 219
  203.           Width = 240
  204.           Height = 18
  205.           Caption = 'File Dialogs with a File Preview Window'
  206.           ParentShowHint = False
  207.           ShowHint = True
  208.           TabOrder = 8
  209.         end
  210.         object chkClipboard: TCheckBox
  211.           Left = 250
  212.           Top = 76
  213.           Width = 127
  214.           Height = 17
  215.           Caption = 'Multiline Clipboard contents saved between sessions'
  216.           TabOrder = 11
  217.           Visible = False
  218.         end
  219.         object chkMultiDog: TCheckBox
  220.           Left = 6
  221.           Top = 10
  222.           Width = 371
  223.           Height = 17
  224.           Caption = 
  225.             'Only allow one instance of HotDog to be run at one time (/m to o' +
  226.             'verride) '
  227.           TabOrder = 12
  228.         end
  229.       end
  230.     end
  231.     object tabFileTypes: TTabSheet
  232.       Caption = 'Editing'
  233.       TabVisible = False
  234.       object Label36: TLabel
  235.         Left = 5
  236.         Top = 23
  237.         Width = 378
  238.         Height = 29
  239.         AutoSize = False
  240.         Caption = 
  241.           'These options set which files you are able to edit in HotDog and' +
  242.           ' which type of files to save to.'
  243.         WordWrap = True
  244.       end
  245.       object GradPanel11: TGradPanel
  246.         Left = 3
  247.         Top = 4
  248.         Width = 378
  249.         Height = 15
  250.       end
  251.       object Label43: TLabel
  252.         Left = 8
  253.         Top = 5
  254.         Width = 150
  255.         Height = 14
  256.         Caption = 'Editing Window - File Types'
  257.         Font.Charset = DEFAULT_CHARSET
  258.         Font.Color = clWindowText
  259.         Font.Height = -11
  260.         Font.Name = 'Arial'
  261.         Font.Pitch = fpVariable
  262.         Font.Style = [fsBold]
  263.         ParentFont = False
  264.         Transparent = True
  265.       end
  266.       object GroupBox6: TGroupBox
  267.         Left = 3
  268.         Top = 70
  269.         Width = 380
  270.         Height = 239
  271.         TabOrder = 0
  272.         object Label11: TLabel
  273.           Left = 15
  274.           Top = 16
  275.           Width = 143
  276.           Height = 13
  277.           Caption = 'Default &Document Extension :'
  278.           FocusControl = txtDocExt
  279.         end
  280.         object lblExt: TLabel
  281.           Left = 15
  282.           Top = 109
  283.           Width = 312
  284.           Height = 13
  285.           Caption = 
  286.             'You will be able to edit any files with these extensions in HotD' +
  287.             'og.'
  288.         end
  289.         object Label18: TLabel
  290.           Left = 15
  291.           Top = 81
  292.           Width = 126
  293.           Height = 13
  294.           Caption = 'Default &Backup Extension:'
  295.           FocusControl = txtBackExt
  296.         end
  297.         object Label54: TLabel
  298.           Left = 15
  299.           Top = 37
  300.           Width = 192
  301.           Height = 26
  302.           Caption = 
  303.             '(Applied when "HTML Files" extension is Selected and using Previ' +
  304.             'ew Dialog)'
  305.           WordWrap = True
  306.         end
  307.         object txtDocExt: TEdit
  308.           Left = 161
  309.           Top = 11
  310.           Width = 71
  311.           Height = 21
  312.           TabOrder = 0
  313.         end
  314.         object butAddExt: TButton
  315.           Left = 161
  316.           Top = 131
  317.           Width = 75
  318.           Height = 25
  319.           HelpContext = 430
  320.           Caption = '&Add'
  321.           TabOrder = 3
  322.           OnClick = butAddExtClick
  323.         end
  324.         object butRemoveExt: TButton
  325.           Left = 161
  326.           Top = 160
  327.           Width = 75
  328.           Height = 25
  329.           HelpContext = 430
  330.           Caption = '&Remove'
  331.           TabOrder = 4
  332.           OnClick = butRemoveExtClick
  333.         end
  334.         object lstExtensions: TListBox
  335.           Left = 15
  336.           Top = 131
  337.           Width = 140
  338.           Height = 97
  339.           ItemHeight = 13
  340.           TabOrder = 2
  341.         end
  342.         object txtBackExt: TEdit
  343.           Left = 162
  344.           Top = 76
  345.           Width = 71
  346.           Height = 21
  347.           TabOrder = 1
  348.         end
  349.       end
  350.     end
  351.     object tabAppearance: TTabSheet
  352.       Caption = 'Display'
  353.       TabVisible = False
  354.       object Label34: TLabel
  355.         Left = 5
  356.         Top = 23
  357.         Width = 369
  358.         Height = 20
  359.         AutoSize = False
  360.         Caption = 
  361.           'These options set how text will appear in the document editing w' +
  362.           'indow.'
  363.         WordWrap = True
  364.       end
  365.       object GradPanel12: TGradPanel
  366.         Left = 5
  367.         Top = 4
  368.         Width = 378
  369.         Height = 15
  370.       end
  371.       object Label44: TLabel
  372.         Left = 8
  373.         Top = 5
  374.         Width = 160
  375.         Height = 14
  376.         Caption = 'Editing Window - Appearance'
  377.         Font.Charset = DEFAULT_CHARSET
  378.         Font.Color = clWindowText
  379.         Font.Height = -11
  380.         Font.Name = 'Arial'
  381.         Font.Pitch = fpVariable
  382.         Font.Style = [fsBold]
  383.         ParentFont = False
  384.         Transparent = True
  385.       end
  386.       object Label35: TLabel
  387.         Left = 5
  388.         Top = 39
  389.         Width = 379
  390.         Height = 29
  391.         AutoSize = False
  392.         Caption = 
  393.           'Note : Use the HTML Tags Manager to change the color of of your ' +
  394.           'text including individual tag coloring.'
  395.         WordWrap = True
  396.       end
  397.       object GroupBox16: TGroupBox
  398.         Left = 3
  399.         Top = 144
  400.         Width = 380
  401.         Height = 167
  402.         Caption = 'Sample'
  403.         TabOrder = 1
  404.         object htmlAppearance: THTMLEditView
  405.           Left = 6
  406.           Top = 18
  407.           Width = 366
  408.           Height = 141
  409.           ParentColor = False
  410.           TabOrder = 0
  411.           ControlData = {
  412.             00000100D4250000930E0000E10000000F0000800000010100000352E30B918F
  413.             CE119DE300AA004BB851010000009001905F0100084669786564737973FF0003
  414.             52E30B918FCE119DE300AA004BB851010000009001C0D401000F54696D657320
  415.             4E657720526F6D616EEA0A4B02000005000A0048EC48EC48EC48EC0004000003}
  416.         end
  417.       end
  418.       object GroupBox3: TGroupBox
  419.         Left = 3
  420.         Top = 70
  421.         Width = 380
  422.         Height = 73
  423.         Caption = 'Attributes'
  424.         TabOrder = 0
  425.         object Label1: TLabel
  426.           Left = 13
  427.           Top = 23
  428.           Width = 30
  429.           Height = 13
  430.           AutoSize = False
  431.           Caption = '&Font :'
  432.           FocusControl = cmbFontName
  433.         end
  434.         object Label3: TLabel
  435.           Left = 234
  436.           Top = 23
  437.           Width = 31
  438.           Height = 13
  439.           AutoSize = False
  440.           Caption = '&Size :'
  441.           FocusControl = cmbFontSize
  442.         end
  443.         object Label2: TLabel
  444.           Left = 138
  445.           Top = 53
  446.           Width = 60
  447.           Height = 13
  448.           Caption = 'Text Color : '
  449.         end
  450.         object Label56: TLabel
  451.           Left = 232
  452.           Top = 51
  453.           Width = 94
  454.           Height = 13
  455.           Caption = 'Background Color : '
  456.         end
  457.         object cmbFontName: TComboBox
  458.           Left = 46
  459.           Top = 19
  460.           Width = 175
  461.           Height = 21
  462.           Style = csDropDownList
  463.           ItemHeight = 13
  464.           TabOrder = 0
  465.           OnChange = cmbFontNameChange
  466.         end
  467.         object cmbFontSize: TComboBox
  468.           Left = 271
  469.           Top = 19
  470.           Width = 88
  471.           Height = 21
  472.           Style = csDropDownList
  473.           ItemHeight = 13
  474.           TabOrder = 1
  475.           OnChange = cmbFontSizeChange
  476.         end
  477.         object Panel2: TPanel
  478.           Left = 199
  479.           Top = 48
  480.           Width = 22
  481.           Height = 19
  482.           BevelInner = bvLowered
  483.           BorderWidth = 2
  484.           TabOrder = 2
  485.           object lblEditorTextColour: TLabel
  486.             Left = 4
  487.             Top = 4
  488.             Width = 13
  489.             Height = 11
  490.             AutoSize = False
  491.             Color = clBtnFace
  492.             ParentColor = False
  493.             OnClick = lblEditorTextColourClick
  494.           end
  495.         end
  496.         object Panel4: TPanel
  497.           Left = 337
  498.           Top = 48
  499.           Width = 22
  500.           Height = 19
  501.           BevelInner = bvLowered
  502.           BorderWidth = 2
  503.           TabOrder = 3
  504.           object lblEditorBackColour: TLabel
  505.             Left = 4
  506.             Top = 4
  507.             Width = 13
  508.             Height = 11
  509.             AutoSize = False
  510.             Color = clBtnFace
  511.             ParentColor = False
  512.             OnClick = lblEditorBackColourClick
  513.           end
  514.         end
  515.       end
  516.     end
  517.     object tabDirectories: TTabSheet
  518.       Caption = 'Directories'
  519.       TabVisible = False
  520.       object Label38: TLabel
  521.         Left = 5
  522.         Top = 23
  523.         Width = 369
  524.         Height = 28
  525.         AutoSize = False
  526.         Caption = 
  527.           'These options configure the directories HotDog defaults to when ' +
  528.           'performing file related operations.'
  529.         WordWrap = True
  530.       end
  531.       object GradPanel1: TGradPanel
  532.         Left = 5
  533.         Top = 4
  534.         Width = 378
  535.         Height = 15
  536.       end
  537.       object Label16: TLabel
  538.         Left = 8
  539.         Top = 5
  540.         Width = 61
  541.         Height = 14
  542.         Caption = 'Directories'
  543.         Font.Charset = DEFAULT_CHARSET
  544.         Font.Color = clWindowText
  545.         Font.Height = -11
  546.         Font.Name = 'Arial'
  547.         Font.Pitch = fpVariable
  548.         Font.Style = [fsBold]
  549.         ParentFont = False
  550.         Transparent = True
  551.       end
  552.       object GroupBox5: TGroupBox
  553.         Left = 3
  554.         Top = 70
  555.         Width = 380
  556.         Height = 241
  557.         TabOrder = 0
  558.         object SpeedButton6: TSpeedButton
  559.           Left = 129
  560.           Top = 212
  561.           Width = 21
  562.           Height = 21
  563.           Glyph.Data = {
  564.             F6000000424DF600000000000000760000002800000010000000100000000100
  565.             04000000000080000000120B0000120B00001000000000000000000000000000
  566.             80000080000000808000800000008000800080800000C0C0C000808080000000
  567.             FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
  568.             77777000000000007777700333333333077770B033333333307770FB03333333
  569.             330770BFB0333333333070FBFB000000000070BFBFBFBFB0777770FBFBFBFBF0
  570.             777770BFB0000000777777000777777770007777777777777700777777777077
  571.             7070777777777700077777777777777777777777777777777777}
  572.           Visible = False
  573.           OnClick = SpeedButton6Click
  574.         end
  575.         object spdPublished: TSpeedButton
  576.           Left = 347
  577.           Top = 175
  578.           Width = 22
  579.           Height = 21
  580.           OnClick = spdPublishedClick
  581.         end
  582.         object spdImages: TSpeedButton
  583.           Left = 347
  584.           Top = 127
  585.           Width = 22
  586.           Height = 21
  587.           OnClick = spdImagesClick
  588.         end
  589.         object spdTemplates: TSpeedButton
  590.           Left = 347
  591.           Top = 79
  592.           Width = 22
  593.           Height = 21
  594.           OnClick = spdTemplatesClick
  595.         end
  596.         object spdDocuments: TSpeedButton
  597.           Left = 347
  598.           Top = 31
  599.           Width = 22
  600.           Height = 21
  601.           OnClick = spdDocumentsClick
  602.         end
  603.         object Label10: TLabel
  604.           Left = 7
  605.           Top = 212
  606.           Width = 89
  607.           Height = 13
  608.           Alignment = taRightJustify
  609.           AutoSize = False
  610.           Caption = '&Autosave Files:'
  611.           Visible = False
  612.         end
  613.         object Label9: TLabel
  614.           Left = 2
  615.           Top = 178
  616.           Width = 89
  617.           Height = 14
  618.           Alignment = taRightJustify
  619.           AutoSize = False
  620.           Caption = '&Published Files:'
  621.         end
  622.         object Label7: TLabel
  623.           Left = 2
  624.           Top = 130
  625.           Width = 89
  626.           Height = 13
  627.           Alignment = taRightJustify
  628.           AutoSize = False
  629.           Caption = '&Graphic Images:'
  630.           FocusControl = txtGraphics
  631.         end
  632.         object Label6: TLabel
  633.           Left = 2
  634.           Top = 83
  635.           Width = 89
  636.           Height = 13
  637.           Alignment = taRightJustify
  638.           AutoSize = False
  639.           Caption = '&Templates:'
  640.           FocusControl = txtTemplates
  641.         end
  642.         object Label5: TLabel
  643.           Left = 2
  644.           Top = 35
  645.           Width = 89
  646.           Height = 13
  647.           Alignment = taRightJustify
  648.           AutoSize = False
  649.           Caption = '&Documents:'
  650.           FocusControl = txtDocuments
  651.         end
  652.         object txtDocuments: TEdit
  653.           Left = 94
  654.           Top = 31
  655.           Width = 252
  656.           Height = 21
  657.           TabOrder = 0
  658.         end
  659.         object txtTemplates: TEdit
  660.           Left = 94
  661.           Top = 79
  662.           Width = 252
  663.           Height = 21
  664.           TabOrder = 1
  665.         end
  666.         object txtGraphics: TEdit
  667.           Left = 94
  668.           Top = 127
  669.           Width = 252
  670.           Height = 21
  671.           TabOrder = 2
  672.         end
  673.         object txtPublished: TEdit
  674.           Left = 94
  675.           Top = 175
  676.           Width = 252
  677.           Height = 21
  678.           TabOrder = 3
  679.         end
  680.         object txtAutosave: TEdit
  681.           Left = 16
  682.           Top = 209
  683.           Width = 252
  684.           Height = 21
  685.           TabOrder = 4
  686.           Visible = False
  687.         end
  688.       end
  689.     end
  690.     object tabDictionary: TTabSheet
  691.       HelpContext = 255
  692.       Caption = 'Dictionary'
  693.       TabVisible = False
  694.       object GradPanel2: TGradPanel
  695.         Left = 5
  696.         Top = 4
  697.         Width = 378
  698.         Height = 15
  699.       end
  700.       object Label17: TLabel
  701.         Left = 8
  702.         Top = 5
  703.         Width = 65
  704.         Height = 14
  705.         Caption = 'Dictionaries'
  706.         Font.Charset = DEFAULT_CHARSET
  707.         Font.Color = clWindowText
  708.         Font.Height = -11
  709.         Font.Name = 'Arial'
  710.         Font.Pitch = fpVariable
  711.         Font.Style = [fsBold]
  712.         ParentFont = False
  713.         Transparent = True
  714.       end
  715.       object Label52: TLabel
  716.         Left = 5
  717.         Top = 23
  718.         Width = 374
  719.         Height = 34
  720.         AutoSize = False
  721.         Caption = 
  722.           'Here you can set which Dictionaries you want the Spell Checker t' +
  723.           'o use. Any changes you make will take effect next time HotDog lo' +
  724.           'ads.'
  725.         WordWrap = True
  726.       end
  727.       object GroupBox12: TGroupBox
  728.         Left = 3
  729.         Top = 70
  730.         Width = 380
  731.         Height = 240
  732.         TabOrder = 0
  733.         object chkDictionary: TCheckListBox
  734.           Left = 9
  735.           Top = 18
  736.           Width = 362
  737.           Height = 212
  738.           ItemHeight = 13
  739.           TabOrder = 0
  740.         end
  741.       end
  742.     end
  743.     object tabReplace: TTabSheet
  744.       TabVisible = False
  745.       object Label40: TLabel
  746.         Left = 5
  747.         Top = 23
  748.         Width = 378
  749.         Height = 44
  750.         AutoSize = False
  751.         Caption = 
  752.           'Enter text to be replaced when documents are published. This opt' +
  753.           'ion is useful for exchanging local file references for remote re' +
  754.           'ferences. You can then view files locally with correct links, an' +
  755.           'd upload to your server with correct links.'
  756.         WordWrap = True
  757.       end
  758.       object GradPanel3: TGradPanel
  759.         Left = 5
  760.         Top = 4
  761.         Width = 378
  762.         Height = 15
  763.       end
  764.       object Label19: TLabel
  765.         Left = 8
  766.         Top = 5
  767.         Width = 137
  768.         Height = 14
  769.         Caption = 'Publishing - AutoReplace'
  770.         Font.Charset = DEFAULT_CHARSET
  771.         Font.Color = clWindowText
  772.         Font.Height = -11
  773.         Font.Name = 'Arial'
  774.         Font.Pitch = fpVariable
  775.         Font.Style = [fsBold]
  776.         ParentFont = False
  777.         Transparent = True
  778.       end
  779.       object GroupBox11: TGroupBox
  780.         Left = 3
  781.         Top = 70
  782.         Width = 380
  783.         Height = 240
  784.         TabOrder = 0
  785.         object Label13: TLabel
  786.           Left = 14
  787.           Top = 18
  788.           Width = 42
  789.           Height = 14
  790.           Caption = '&Replace:'
  791.           FocusControl = txtReplace
  792.           Font.Charset = DEFAULT_CHARSET
  793.           Font.Color = clWindowText
  794.           Font.Height = -11
  795.           Font.Name = 'Arial'
  796.           Font.Pitch = fpVariable
  797.           Font.Style = []
  798.           ParentFont = False
  799.         end
  800.         object Label14: TLabel
  801.           Left = 182
  802.           Top = 19
  803.           Width = 27
  804.           Height = 14
  805.           Caption = ' &With:'
  806.           FocusControl = txtWith
  807.           Font.Charset = DEFAULT_CHARSET
  808.           Font.Color = clWindowText
  809.           Font.Height = -11
  810.           Font.Name = 'Arial'
  811.           Font.Pitch = fpVariable
  812.           Font.Style = []
  813.           ParentFont = False
  814.         end
  815.         object txtReplace: TEdit
  816.           Left = 11
  817.           Top = 36
  818.           Width = 167
  819.           Height = 21
  820.           TabOrder = 0
  821.           OnChange = txtReplaceChange
  822.         end
  823.         object txtWith: TEdit
  824.           Left = 182
  825.           Top = 37
  826.           Width = 167
  827.           Height = 21
  828.           TabOrder = 1
  829.           OnChange = txtWithChange
  830.         end
  831.         object butPubAdd: TButton
  832.           Left = 207
  833.           Top = 208
  834.           Width = 75
  835.           Height = 25
  836.           HelpContext = 418
  837.           Caption = '&Add'
  838.           Enabled = False
  839.           TabOrder = 3
  840.           OnClick = butPubAddClick
  841.         end
  842.         object butPubDel: TButton
  843.           Left = 293
  844.           Top = 208
  845.           Width = 75
  846.           Height = 25
  847.           HelpContext = 419
  848.           Caption = '&Delete'
  849.           Enabled = False
  850.           TabOrder = 4
  851.           OnClick = butPubDelClick
  852.         end
  853.         object stgPublish: TSortGrid
  854.           Left = 12
  855.           Top = 65
  856.           Width = 354
  857.           Height = 136
  858.           ColCount = 2
  859.           DefaultColWidth = 166
  860.           DefaultRowHeight = 22
  861.           FixedCols = 0
  862.           RowCount = 6
  863.           FixedRows = 0
  864.           Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goDrawFocusSelected]
  865.           ScrollBars = ssVertical
  866.           TabOrder = 2
  867.           OnSelectCell = stgPublishSelectCell
  868.           ClickSorting = False
  869.         end
  870.       end
  871.     end
  872.     object tabPublishing: TTabSheet
  873.       Caption = 'Publishing'
  874.       TabVisible = False
  875.       object Label20: TLabel
  876.         Left = 5
  877.         Top = 23
  878.         Width = 378
  879.         Height = 33
  880.         AutoSize = False
  881.         Caption = 
  882.           'These options set how HotDog will effect your documents when you' +
  883.           ' choose the general publish option.'
  884.         WordWrap = True
  885.       end
  886.       object GradPanel4: TGradPanel
  887.         Left = 5
  888.         Top = 4
  889.         Width = 378
  890.         Height = 15
  891.       end
  892.       object Label22: TLabel
  893.         Left = 8
  894.         Top = 5
  895.         Width = 58
  896.         Height = 14
  897.         Hint = '8'
  898.         Caption = 'Publishing'
  899.         Font.Charset = DEFAULT_CHARSET
  900.         Font.Color = clWindowText
  901.         Font.Height = -11
  902.         Font.Name = 'Arial'
  903.         Font.Pitch = fpVariable
  904.         Font.Style = [fsBold]
  905.         ParentFont = False
  906.         Transparent = True
  907.       end
  908.       object GroupBox4: TGroupBox
  909.         Left = 2
  910.         Top = 70
  911.         Width = 380
  912.         Height = 240
  913.         TabOrder = 0
  914.         object chkRemoveCR: TCheckBox
  915.           Left = 8
  916.           Top = 100
  917.           Width = 265
  918.           Height = 18
  919.           Caption = '&Remove all &carriage returns'
  920.           Font.Charset = DEFAULT_CHARSET
  921.           Font.Color = clWindowText
  922.           Font.Height = -11
  923.           Font.Name = 'Arial'
  924.           Font.Pitch = fpVariable
  925.           Font.Style = []
  926.           ParentFont = False
  927.           TabOrder = 1
  928.         end
  929.         object chkConvertExt: TCheckBox
  930.           Left = 8
  931.           Top = 72
  932.           Width = 265
  933.           Height = 18
  934.           Caption = 'Convert e&xtended characters to HTML codes'
  935.           Font.Charset = DEFAULT_CHARSET
  936.           Font.Color = clWindowText
  937.           Font.Height = -11
  938.           Font.Name = 'Arial'
  939.           Font.Pitch = fpVariable
  940.           Font.Style = []
  941.           ParentFont = False
  942.           TabOrder = 2
  943.         end
  944.         object chkReplaceSlash: TCheckBox
  945.           Left = 8
  946.           Top = 43
  947.           Width = 265
  948.           Height = 17
  949.           Caption = 'Replace '#39'\'#39' with '#39'/'#39' in &file names'
  950.           Font.Charset = DEFAULT_CHARSET
  951.           Font.Color = clWindowText
  952.           Font.Height = -11
  953.           Font.Name = 'Arial'
  954.           Font.Pitch = fpVariable
  955.           Font.Style = []
  956.           ParentFont = False
  957.           TabOrder = 3
  958.         end
  959.         object radTagCase: TRadioGroup
  960.           Left = 8
  961.           Top = 125
  962.           Width = 180
  963.           Height = 105
  964.           Caption = 'Tag Case'
  965.           ItemIndex = 0
  966.           Items.Strings = (
  967.             '&Ignore'
  968.             'U&pper Case'
  969.             '&Lower Case')
  970.           TabOrder = 4
  971.         end
  972.         object radFileFormat: TRadioGroup
  973.           Left = 192
  974.           Top = 125
  975.           Width = 180
  976.           Height = 105
  977.           Caption = 'File Format'
  978.           ItemIndex = 0
  979.           Items.Strings = (
  980.             '&Win (CRLF)'
  981.             '&Unix (LF)'
  982.             '&Mac/Amiga (CR)')
  983.           TabOrder = 5
  984.         end
  985.         object chkPubDir: TCheckBox
  986.           Left = 8
  987.           Top = 16
  988.           Width = 264
  989.           Height = 17
  990.           Caption = 'Publish to &Directory'
  991.           Font.Charset = DEFAULT_CHARSET
  992.           Font.Color = clWindowText
  993.           Font.Height = -11
  994.           Font.Name = 'Arial'
  995.           Font.Pitch = fpVariable
  996.           Font.Style = []
  997.           ParentFont = False
  998.           TabOrder = 0
  999.         end
  1000.       end
  1001.     end
  1002.     object tabRover: TTabSheet
  1003.       Caption = 'tabRover'
  1004.       TabVisible = False
  1005.       object Label37: TLabel
  1006.         Left = 5
  1007.         Top = 23
  1008.         Width = 378
  1009.         Height = 20
  1010.         AutoSize = False
  1011.         Caption = 'These options configure HotDog'#39's internal HTML preview window.'
  1012.         WordWrap = True
  1013.       end
  1014.       object GradPanel5: TGradPanel
  1015.         Left = 3
  1016.         Top = 4
  1017.         Width = 378
  1018.         Height = 15
  1019.       end
  1020.       object Label23: TLabel
  1021.         Left = 8
  1022.         Top = 5
  1023.         Width = 36
  1024.         Height = 14
  1025.         Caption = 'ROVER'
  1026.         Font.Charset = DEFAULT_CHARSET
  1027.         Font.Color = clWindowText
  1028.         Font.Height = -11
  1029.         Font.Name = 'Arial'
  1030.         Font.Pitch = fpVariable
  1031.         Font.Style = [fsBold]
  1032.         ParentFont = False
  1033.         Transparent = True
  1034.       end
  1035.       object Label73: TLabel
  1036.         Left = 6
  1037.         Top = 40
  1038.         Width = 379
  1039.         Height = 33
  1040.         AutoSize = False
  1041.         Caption = 
  1042.           'Please Note: Certain system configurations experience instabilit' +
  1043.           'y when Internet Explorer is embedded within another application ' +
  1044.           'such as HotDog.'
  1045.         WordWrap = True
  1046.       end
  1047.       object grpRover: TGroupBox
  1048.         Left = 3
  1049.         Top = 75
  1050.         Width = 380
  1051.         Height = 238
  1052.         TabOrder = 0
  1053.         object Label4: TLabel
  1054.           Left = 189
  1055.           Top = 185
  1056.           Width = 109
  1057.           Height = 13
  1058.           Caption = 'seconds (maximum 60)'
  1059.           FocusControl = numRoverRefresh
  1060.         end
  1061.         object KB: TLabel
  1062.           Left = 362
  1063.           Top = 210
  1064.           Width = 12
  1065.           Height = 13
  1066.           Caption = 'KB'
  1067.           Enabled = False
  1068.         end
  1069.         object Label53: TLabel
  1070.           Left = 8
  1071.           Top = 46
  1072.           Width = 357
  1073.           Height = 13
  1074.           Caption = 
  1075.             'Changes to the above options will not take effect until HotDog i' +
  1076.             's restarted'
  1077.         end
  1078.         object Label55: TLabel
  1079.           Left = 27
  1080.           Top = 24
  1081.           Width = 18
  1082.           Height = 13
  1083.           Caption = 'Use'
  1084.         end
  1085.         object Label72: TLabel
  1086.           Left = 207
  1087.           Top = 24
  1088.           Width = 48
  1089.           Height = 13
  1090.           Caption = 'as ROVER'
  1091.         end
  1092.         object Bevel1: TBevel
  1093.           Left = 8
  1094.           Top = 67
  1095.           Width = 358
  1096.           Height = 2
  1097.         end
  1098.         object Bevel2: TBevel
  1099.           Left = 8
  1100.           Top = 124
  1101.           Width = 358
  1102.           Height = 2
  1103.         end
  1104.         object chkRoverRefresh: TCheckBox
  1105.           Left = 9
  1106.           Top = 184
  1107.           Width = 140
  1108.           Height = 17
  1109.           Caption = 'Refresh ROVER &after'
  1110.           TabOrder = 0
  1111.           OnClick = chkRoverRefreshClick
  1112.         end
  1113.         object chkRoverSave: TCheckBox
  1114.           Left = 9
  1115.           Top = 158
  1116.           Width = 217
  1117.           Height = 17
  1118.           Caption = 'Refresh ROVER when &saving document'
  1119.           TabOrder = 2
  1120.         end
  1121.         object chkInsert: TCheckBox
  1122.           Left = 9
  1123.           Top = 134
  1124.           Width = 217
  1125.           Height = 17
  1126.           Caption = 'Refresh ROVER after inserting &tags'
  1127.           TabOrder = 3
  1128.         end
  1129.         object chkSize: TCheckBox
  1130.           Left = 9
  1131.           Top = 210
  1132.           Width = 274
  1133.           Height = 17
  1134.           Caption = '&Disable automatic ROVER refresh for documents over '
  1135.           TabOrder = 4
  1136.           OnClick = chkSizeClick
  1137.         end
  1138.         object spinSize: TSpinEdit
  1139.           Left = 287
  1140.           Top = 207
  1141.           Width = 70
  1142.           Height = 22
  1143.           Enabled = False
  1144.           MaxValue = 1000000
  1145.           MinValue = 1
  1146.           TabOrder = 5
  1147.           Value = 1
  1148.         end
  1149.         object numRoverRefresh: TSpinEdit
  1150.           Left = 132
  1151.           Top = 181
  1152.           Width = 52
  1153.           Height = 22
  1154.           Enabled = False
  1155.           MaxValue = 60
  1156.           MinValue = 3
  1157.           TabOrder = 1
  1158.           Value = 3
  1159.           OnChange = numRoverRefreshChange
  1160.         end
  1161.         object chkRover: TCheckBox
  1162.           Left = 9
  1163.           Top = 74
  1164.           Width = 162
  1165.           Height = 19
  1166.           Caption = 'ROVER &Activated on Startup'
  1167.           TabOrder = 6
  1168.         end
  1169.         object chkRoverRuler: TCheckBox
  1170.           Left = 9
  1171.           Top = 102
  1172.           Width = 136
  1173.           Height = 13
  1174.           Caption = 'Display &Ruler by default'
  1175.           TabOrder = 7
  1176.         end
  1177.         object cmbIE: TComboBox
  1178.           Left = 51
  1179.           Top = 20
  1180.           Width = 150
  1181.           Height = 21
  1182.           Style = csDropDownList
  1183.           ItemHeight = 13
  1184.           TabOrder = 8
  1185.         end
  1186.       end
  1187.       object chkLowMem: TCheckBox
  1188.         Left = 12
  1189.         Top = 73
  1190.         Width = 105
  1191.         Height = 20
  1192.         Caption = 'ROVER is &enabled'
  1193.         TabOrder = 1
  1194.         OnClick = chkLowMemClick
  1195.       end
  1196.     end
  1197.     object tabBrowsers: TTabSheet
  1198.       Caption = 'tabBrowsers'
  1199.       TabVisible = False
  1200.       object Label26: TLabel
  1201.         Left = 5
  1202.         Top = 23
  1203.         Width = 378
  1204.         Height = 32
  1205.         AutoSize = False
  1206.         Caption = 
  1207.           'Select the browsers to choose from when externally previewing a ' +
  1208.           'document with HotDog. If you only choose one it will be used aut' +
  1209.           'omatically.'
  1210.         WordWrap = True
  1211.       end
  1212.       object GradPanel6: TGradPanel
  1213.         Left = 5
  1214.         Top = 4
  1215.         Width = 378
  1216.         Height = 15
  1217.       end
  1218.       object Label24: TLabel
  1219.         Left = 8
  1220.         Top = 5
  1221.         Width = 55
  1222.         Height = 14
  1223.         Caption = 'Browsers'
  1224.         Font.Charset = DEFAULT_CHARSET
  1225.         Font.Color = clWindowText
  1226.         Font.Height = -11
  1227.         Font.Name = 'Arial'
  1228.         Font.Pitch = fpVariable
  1229.         Font.Style = [fsBold]
  1230.         ParentFont = False
  1231.         Transparent = True
  1232.       end
  1233.       object GroupBox7: TGroupBox
  1234.         Left = 3
  1235.         Top = 149
  1236.         Width = 381
  1237.         Height = 166
  1238.         TabOrder = 1
  1239.         object butAdd: TButton
  1240.           Left = 294
  1241.           Top = 22
  1242.           Width = 75
  1243.           Height = 25
  1244.           Caption = '&Add'
  1245.           TabOrder = 1
  1246.           OnClick = butAddClick
  1247.         end
  1248.         object butEdit: TButton
  1249.           Left = 294
  1250.           Top = 48
  1251.           Width = 75
  1252.           Height = 25
  1253.           Caption = '&Edit'
  1254.           TabOrder = 2
  1255.           OnClick = butEditClick
  1256.         end
  1257.         object butDelete: TButton
  1258.           Left = 294
  1259.           Top = 76
  1260.           Width = 75
  1261.           Height = 25
  1262.           Caption = '&Remove'
  1263.           TabOrder = 3
  1264.           OnClick = butDeleteClick
  1265.         end
  1266.         object lvBrowsers: TListView
  1267.           Left = 8
  1268.           Top = 17
  1269.           Width = 278
  1270.           Height = 138
  1271.           Columns = <
  1272.             item
  1273.               Caption = 'Web Browser'
  1274.               Width = 274
  1275.             end>
  1276.           ColumnClick = False
  1277.           HideSelection = False
  1278.           HotTrackStyles = []
  1279.           IconOptions.Arrangement = iaLeft
  1280.           IconOptions.AutoArrange = True
  1281.           ReadOnly = True
  1282.           TabOrder = 0
  1283.           ViewStyle = vsReport
  1284.         end
  1285.       end
  1286.       object grpSearch: TGroupBox
  1287.         Left = 3
  1288.         Top = 75
  1289.         Width = 380
  1290.         Height = 72
  1291.         TabOrder = 0
  1292.         object Label15: TLabel
  1293.           Left = 17
  1294.           Top = 17
  1295.           Width = 208
  1296.           Height = 43
  1297.           AutoSize = False
  1298.           Caption = 
  1299.             'HotDog can search your computer for any browsers you have instal' +
  1300.             'led and automatically insert them for you.'
  1301.           WordWrap = True
  1302.         end
  1303.         object butSearch: TSpeedButton
  1304.           Left = 311
  1305.           Top = 23
  1306.           Width = 35
  1307.           Height = 35
  1308.           Glyph.Data = {
  1309.             16020000424D160200000000000076000000280000001C0000001A0000000100
  1310.             040000000000A0010000120B0000120B00001000000000000000000000000000
  1311.             80000080000000808000800000008000800080800000C0C0C000808080000000
  1312.             FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
  1313.             7777777777777777000077777777777777777777777777777777777777777777
  1314.             7777777777777777777777777777777777777777777777777777777777888877
  1315.             7777778888777777777777777000088777777000088777777777777770070087
  1316.             7777700700877777777777777007008777777007008777777777777770000087
  1317.             7777700000877777777777777000008888888000008777777777777770000000
  1318.             0000000000877777777777777007000000700000008777777777777770070000
  1319.             0070000000877777777777777007000000700000008777777777777770000000
  1320.             0000000000877777777777777000000000000000007777777777777777700000
  1321.             0700000077777777777777777777000877770008777777777777777777770008
  1322.             7777000877777777777777777777000877770008777777777777777777770008
  1323.             7777000877777777777777777777000777770007777777777777777777777777
  1324.             7777777777777777777777777777777777777777777777777777777777777777
  1325.             7777777777777777777777777777777777777777777777777777}
  1326.           OnClick = butSearchClick
  1327.         end
  1328.       end
  1329.     end
  1330.     object tabEditor: TTabSheet
  1331.       Caption = 'tabEditor'
  1332.       TabVisible = False
  1333.       object Label31: TLabel
  1334.         Left = 5
  1335.         Top = 23
  1336.         Width = 382
  1337.         Height = 45
  1338.         AutoSize = False
  1339.         Caption = 
  1340.           'These options set default preferences for the document editing w' +
  1341.           'indow. Note that any options you toggle on the document window i' +
  1342.           'tself will only apply to the current document.'
  1343.         WordWrap = True
  1344.       end
  1345.       object GradPanel7: TGradPanel
  1346.         Left = 5
  1347.         Top = 4
  1348.         Width = 378
  1349.         Height = 15
  1350.       end
  1351.       object Label25: TLabel
  1352.         Left = 8
  1353.         Top = 5
  1354.         Width = 84
  1355.         Height = 14
  1356.         Caption = 'Editing Window'
  1357.         Font.Charset = DEFAULT_CHARSET
  1358.         Font.Color = clWindowText
  1359.         Font.Height = -11
  1360.         Font.Name = 'Arial'
  1361.         Font.Pitch = fpVariable
  1362.         Font.Style = [fsBold]
  1363.         ParentFont = False
  1364.         Transparent = True
  1365.       end
  1366.       object GroupBox8: TGroupBox
  1367.         Left = 3
  1368.         Top = 75
  1369.         Width = 380
  1370.         Height = 162
  1371.         TabOrder = 0
  1372.         object Label27: TLabel
  1373.           Left = 293
  1374.           Top = 220
  1375.           Width = 54
  1376.           Height = 13
  1377.           Caption = 'Indent Si&ze'
  1378.           FocusControl = spinIndent
  1379.           Visible = False
  1380.         end
  1381.         object Label28: TLabel
  1382.           Left = 196
  1383.           Top = 45
  1384.           Width = 57
  1385.           Height = 13
  1386.           Caption = 'Print &Margin'
  1387.           FocusControl = spinRightM
  1388.         end
  1389.         object Label30: TLabel
  1390.           Left = 276
  1391.           Top = 213
  1392.           Width = 98
  1393.           Height = 13
  1394.           Caption = 'Maximum &# Columns'
  1395.           FocusControl = spinColMax
  1396.           Visible = False
  1397.         end
  1398.         object Label8: TLabel
  1399.           Left = 195
  1400.           Top = 17
  1401.           Width = 40
  1402.           Height = 13
  1403.           Caption = '&Tab Size'
  1404.           FocusControl = spinTabSize
  1405.         end
  1406.         object chkDragEdit: TCheckBox
  1407.           Left = 10
  1408.           Top = 15
  1409.           Width = 145
  1410.           Height = 17
  1411.           Caption = '&Drag '#39'n'#39' Drop Text Editing'
  1412.           TabOrder = 0
  1413.         end
  1414.         object chkFields: TCheckBox
  1415.           Left = 9
  1416.           Top = 74
  1417.           Width = 145
  1418.           Height = 17
  1419.           Caption = 'Show Hidden &Fields'
  1420.           TabOrder = 1
  1421.         end
  1422.         object spinIndent: TSpinEdit
  1423.           Left = 290
  1424.           Top = 210
  1425.           Width = 70
  1426.           Height = 22
  1427.           MaxValue = 100
  1428.           MinValue = 1
  1429.           TabOrder = 10
  1430.           Value = 1
  1431.           Visible = False
  1432.         end
  1433.         object spinRightM: TSpinEdit
  1434.           Left = 257
  1435.           Top = 41
  1436.           Width = 70
  1437.           Height = 22
  1438.           MaxValue = 4096
  1439.           MinValue = 20
  1440.           TabOrder = 7
  1441.           Value = 20
  1442.         end
  1443.         object spinColMax: TSpinEdit
  1444.           Left = 298
  1445.           Top = 207
  1446.           Width = 70
  1447.           Height = 22
  1448.           MaxValue = 4096
  1449.           MinValue = 1
  1450.           TabOrder = 9
  1451.           Value = 1
  1452.           Visible = False
  1453.         end
  1454.         object chkSmooth: TCheckBox
  1455.           Left = 195
  1456.           Top = 104
  1457.           Width = 145
  1458.           Height = 17
  1459.           Caption = '&Smooth Scrolling'
  1460.           TabOrder = 8
  1461.         end
  1462.         object chkIndent: TCheckBox
  1463.           Left = 9
  1464.           Top = 104
  1465.           Width = 98
  1466.           Height = 17
  1467.           Caption = 'Auto &Indent'
  1468.           TabOrder = 2
  1469.         end
  1470.         object chkRightM: TCheckBox
  1471.           Left = 195
  1472.           Top = 74
  1473.           Width = 145
  1474.           Height = 15
  1475.           Caption = 'Show &Print Margin'
  1476.           TabOrder = 4
  1477.           OnClick = chkRightMClick
  1478.         end
  1479.         object chkWordWrap: TCheckBox
  1480.           Left = 9
  1481.           Top = 134
  1482.           Width = 83
  1483.           Height = 17
  1484.           Caption = '&Word Wrap'
  1485.           TabOrder = 3
  1486.         end
  1487.         object spinTabSize: TSpinEdit
  1488.           Left = 257
  1489.           Top = 14
  1490.           Width = 70
  1491.           Height = 22
  1492.           MaxValue = 100
  1493.           MinValue = 1
  1494.           TabOrder = 6
  1495.           Value = 1
  1496.         end
  1497.         object chkMaxDoc: TCheckBox
  1498.           Left = 195
  1499.           Top = 134
  1500.           Width = 163
  1501.           Height = 15
  1502.           Caption = ' &Open Documents Maximized'
  1503.           TabOrder = 5
  1504.         end
  1505.         object chkPContainer: TCheckBox
  1506.           Left = 10
  1507.           Top = 43
  1508.           Width = 139
  1509.           Height = 17
  1510.           Caption = 'Insert <&P> as container'
  1511.           TabOrder = 11
  1512.         end
  1513.       end
  1514.       object GroupBox1: TGroupBox
  1515.         Left = 3
  1516.         Top = 250
  1517.         Width = 380
  1518.         Height = 71
  1519.         TabOrder = 1
  1520.         object Label39: TLabel
  1521.           Left = 304
  1522.           Top = 29
  1523.           Width = 64
  1524.           Height = 13
  1525.           Caption = 'Line Numbers'
  1526.         end
  1527.         object chkLineGutter: TCheckBox
  1528.           Left = 195
  1529.           Top = 30
  1530.           Width = 47
  1531.           Height = 13
  1532.           Caption = 'Show'
  1533.           TabOrder = 0
  1534.         end
  1535.         object cmbLineNumbers: TComboBox
  1536.           Left = 246
  1537.           Top = 25
  1538.           Width = 49
  1539.           Height = 21
  1540.           Style = csDropDownList
  1541.           ItemHeight = 13
  1542.           Items.Strings = (
  1543.             '1'
  1544.             '2'
  1545.             '3'
  1546.             '4')
  1547.           TabOrder = 1
  1548.         end
  1549.         object chkImageGutter: TCheckBox
  1550.           Left = 8
  1551.           Top = 30
  1552.           Width = 83
  1553.           Height = 17
  1554.           Caption = 'Show Paws'
  1555.           TabOrder = 2
  1556.         end
  1557.       end
  1558.       object chkGutter: TCheckBox
  1559.         Left = 11
  1560.         Top = 250
  1561.         Width = 83
  1562.         Height = 17
  1563.         Caption = 'Show &Gutter'
  1564.         TabOrder = 2
  1565.       end
  1566.     end
  1567.     object tabHTMLEdit: TTabSheet
  1568.       Caption = 'tabHTMLEdit'
  1569.       TabVisible = False
  1570.       object Label33: TLabel
  1571.         Left = 5
  1572.         Top = 23
  1573.         Width = 383
  1574.         Height = 25
  1575.         AutoSize = False
  1576.         Caption = 
  1577.           'These options set HTML related preferences for the document edit' +
  1578.           'ing window.'
  1579.         WordWrap = True
  1580.       end
  1581.       object GradPanel8: TGradPanel
  1582.         Left = 5
  1583.         Top = 4
  1584.         Width = 378
  1585.         Height = 15
  1586.       end
  1587.       object Label32: TLabel
  1588.         Left = 8
  1589.         Top = 5
  1590.         Width = 171
  1591.         Height = 14
  1592.         Caption = 'Editing Window - HTML Specific'
  1593.         Font.Charset = DEFAULT_CHARSET
  1594.         Font.Color = clWindowText
  1595.         Font.Height = -11
  1596.         Font.Name = 'Arial'
  1597.         Font.Pitch = fpVariable
  1598.         Font.Style = [fsBold]
  1599.         ParentFont = False
  1600.         Transparent = True
  1601.       end
  1602.       object GroupBox9: TGroupBox
  1603.         Left = 3
  1604.         Top = 75
  1605.         Width = 380
  1606.         Height = 240
  1607.         TabOrder = 0
  1608.         object chkHighLight: TCheckBox
  1609.           Left = 11
  1610.           Top = 16
  1611.           Width = 117
  1612.           Height = 17
  1613.           Caption = '&Syntax Highlighting'
  1614.           TabOrder = 0
  1615.           OnClick = chkHighLightClick
  1616.         end
  1617.         object chkTagColour: TCheckBox
  1618.           Left = 11
  1619.           Top = 44
  1620.           Width = 102
  1621.           Height = 17
  1622.           Caption = '&Tag Coloring'
  1623.           TabOrder = 1
  1624.           OnClick = chkTagColourClick
  1625.         end
  1626.         object chkErrorTips: TCheckBox
  1627.           Left = 11
  1628.           Top = 72
  1629.           Width = 93
  1630.           Height = 17
  1631.           Caption = '&Error Tooltips'
  1632.           TabOrder = 2
  1633.         end
  1634.         object chkCoolTips: TCheckBox
  1635.           Left = 11
  1636.           Top = 100
  1637.           Width = 95
  1638.           Height = 17
  1639.           Caption = '&HTML Tooltips'
  1640.           TabOrder = 3
  1641.         end
  1642.         object chkImageTips: TCheckBox
  1643.           Left = 11
  1644.           Top = 128
  1645.           Width = 113
  1646.           Height = 17
  1647.           Caption = 'Ima&ges as Tooltips'
  1648.           TabOrder = 4
  1649.         end
  1650.         object chkColorTips: TCheckBox
  1651.           Left = 11
  1652.           Top = 156
  1653.           Width = 114
  1654.           Height = 17
  1655.           Caption = 'Colors as Tooltips'
  1656.           TabOrder = 5
  1657.         end
  1658.         object chkEM: TCheckBox
  1659.           Left = 11
  1660.           Top = 184
  1661.           Width = 205
  1662.           Height = 17
  1663.           Caption = 'Use Emphasis Tag instead of Italic Tag'
  1664.           TabOrder = 6
  1665.         end
  1666.         object chkStrong: TCheckBox
  1667.           Left = 11
  1668.           Top = 212
  1669.           Width = 203
  1670.           Height = 17
  1671.           Caption = 'Use Strong Tag instead of Bold Tag'
  1672.           TabOrder = 7
  1673.         end
  1674.       end
  1675.     end
  1676.     object tabSyntaxColors: TTabSheet
  1677.       Caption = 'tabSyntaxColors'
  1678.       TabVisible = False
  1679.       object GradPanel13: TGradPanel
  1680.         Left = 5
  1681.         Top = 4
  1682.         Width = 378
  1683.         Height = 15
  1684.       end
  1685.       object Label47: TLabel
  1686.         Left = 8
  1687.         Top = 5
  1688.         Width = 170
  1689.         Height = 14
  1690.         Caption = 'Editing Window - Syntax Colors'
  1691.         Font.Charset = DEFAULT_CHARSET
  1692.         Font.Color = clWindowText
  1693.         Font.Height = -11
  1694.         Font.Name = 'Arial'
  1695.         Font.Pitch = fpVariable
  1696.         Font.Style = [fsBold]
  1697.         ParentFont = False
  1698.         Transparent = True
  1699.       end
  1700.       object Label51: TLabel
  1701.         Left = 5
  1702.         Top = 23
  1703.         Width = 380
  1704.         Height = 30
  1705.         AutoSize = False
  1706.         Caption = 
  1707.           'This screen allows you to change how different text elements wil' +
  1708.           'l appear when Syntax Highlighting is selected.'
  1709.         WordWrap = True
  1710.       end
  1711.       object GroupBox14: TGroupBox
  1712.         Left = 3
  1713.         Top = 70
  1714.         Width = 380
  1715.         Height = 71
  1716.         Caption = 'Attributes'
  1717.         TabOrder = 0
  1718.         object Label48: TLabel
  1719.           Left = 26
  1720.           Top = 20
  1721.           Width = 45
  1722.           Height = 13
  1723.           Caption = '&Element: '
  1724.           FocusControl = cmbSyntaxElement
  1725.         end
  1726.         object lblSyntaxTextColour: TLabel
  1727.           Left = 115
  1728.           Top = 48
  1729.           Width = 54
  1730.           Height = 13
  1731.           Caption = '&Text Color:'
  1732.         end
  1733.         object lblSyntaxBackColour: TLabel
  1734.           Left = 228
  1735.           Top = 47
  1736.           Width = 88
  1737.           Height = 13
  1738.           Caption = '&Background Color:'
  1739.         end
  1740.         object btnBold: TSpeedButton
  1741.           Left = 266
  1742.           Top = 16
  1743.           Width = 25
  1744.           Height = 22
  1745.           AllowAllUp = True
  1746.           GroupIndex = 1
  1747.           OnClick = btnBoldClick
  1748.         end
  1749.         object btnItalic: TSpeedButton
  1750.           Left = 292
  1751.           Top = 16
  1752.           Width = 25
  1753.           Height = 22
  1754.           AllowAllUp = True
  1755.           GroupIndex = 2
  1756.           OnClick = btnItalicClick
  1757.         end
  1758.         object btnUnderline: TSpeedButton
  1759.           Left = 318
  1760.           Top = 16
  1761.           Width = 25
  1762.           Height = 22
  1763.           AllowAllUp = True
  1764.           GroupIndex = 3
  1765.           OnClick = btnUnderlineClick
  1766.         end
  1767.         object cmbSyntaxElement: TComboBox
  1768.           Left = 72
  1769.           Top = 16
  1770.           Width = 125
  1771.           Height = 21
  1772.           Style = csDropDownList
  1773.           ItemHeight = 13
  1774.           TabOrder = 0
  1775.           OnClick = cmbSyntaxElementClick
  1776.         end
  1777.         object panTextAppearance: TPanel
  1778.           Left = 175
  1779.           Top = 46
  1780.           Width = 22
  1781.           Height = 19
  1782.           BevelInner = bvLowered
  1783.           BorderWidth = 2
  1784.           TabOrder = 1
  1785.           object lblTextColour: TLabel
  1786.             Left = 4
  1787.             Top = 4
  1788.             Width = 13
  1789.             Height = 10
  1790.             AutoSize = False
  1791.             Color = clBtnFace
  1792.             ParentColor = False
  1793.             OnClick = lblTextColourClick
  1794.           end
  1795.         end
  1796.         object panBackAppearance: TPanel
  1797.           Left = 321
  1798.           Top = 44
  1799.           Width = 22
  1800.           Height = 19
  1801.           BevelInner = bvLowered
  1802.           BorderWidth = 2
  1803.           TabOrder = 2
  1804.           object lblBackColour: TLabel
  1805.             Left = 4
  1806.             Top = 4
  1807.             Width = 13
  1808.             Height = 11
  1809.             AutoSize = False
  1810.             Color = clBtnFace
  1811.             ParentColor = False
  1812.             OnClick = lblBackColourClick
  1813.           end
  1814.         end
  1815.       end
  1816.       object GroupBox15: TGroupBox
  1817.         Left = 3
  1818.         Top = 144
  1819.         Width = 380
  1820.         Height = 165
  1821.         Caption = 'Sample'
  1822.         TabOrder = 1
  1823.         object htmlSample: THTMLEditView
  1824.           Left = 9
  1825.           Top = 20
  1826.           Width = 363
  1827.           Height = 136
  1828.           ParentColor = False
  1829.           TabOrder = 0
  1830.           OnMouseUp = htmlSampleMouseUp
  1831.           ControlData = {
  1832.             00000100842500000E0E0000E10000000F0000800000010100000352E30B918F
  1833.             CE119DE300AA004BB851010000009001905F0100084669786564737973FF0003
  1834.             52E30B918FCE119DE300AA004BB851010000009001C0D401000F54696D657320
  1835.             4E657720526F6D616EEA0A2B0201000500980348EC48EC48EC48EC0004000000}
  1836.         end
  1837.       end
  1838.     end
  1839.     object tabFilters: TTabSheet
  1840.       Caption = 'tabFilters'
  1841.       TabVisible = False
  1842.       object GradPanel9: TGradPanel
  1843.         Left = 5
  1844.         Top = 4
  1845.         Width = 378
  1846.         Height = 15
  1847.       end
  1848.       object Label41: TLabel
  1849.         Left = 8
  1850.         Top = 5
  1851.         Width = 110
  1852.         Height = 14
  1853.         Caption = 'General - File Filters'
  1854.         Font.Charset = DEFAULT_CHARSET
  1855.         Font.Color = clWindowText
  1856.         Font.Height = -11
  1857.         Font.Name = 'Arial'
  1858.         Font.Pitch = fpVariable
  1859.         Font.Style = [fsBold]
  1860.         ParentFont = False
  1861.         Transparent = True
  1862.       end
  1863.       object Label49: TLabel
  1864.         Left = 5
  1865.         Top = 23
  1866.         Width = 376
  1867.         Height = 29
  1868.         AutoSize = False
  1869.         Caption = 
  1870.           'HotDog allows you to customize your File Filters. These filters ' +
  1871.           'can be applied to Local Files, Internet Files and WebSite file l' +
  1872.           'ists.'
  1873.         WordWrap = True
  1874.       end
  1875.       object GroupBox10: TGroupBox
  1876.         Left = 8
  1877.         Top = 70
  1878.         Width = 375
  1879.         Height = 259
  1880.         TabOrder = 0
  1881.         object Label50: TLabel
  1882.           Left = 11
  1883.           Top = 13
  1884.           Width = 339
  1885.           Height = 26
  1886.           Caption = 
  1887.             'Each File Filter can contain many File Types. Use the File Types' +
  1888.             ' box to Add or Remove File Types to the currently selected File ' +
  1889.             'Filter.'
  1890.           WordWrap = True
  1891.         end
  1892.         object Label58: TLabel
  1893.           Left = 16
  1894.           Top = 64
  1895.           Width = 76
  1896.           Height = 13
  1897.           Caption = 'Current Filters :'
  1898.         end
  1899.         object GroupBox13: TGroupBox
  1900.           Left = 184
  1901.           Top = 48
  1902.           Width = 181
  1903.           Height = 193
  1904.           Caption = 'File Types in Current Filter'
  1905.           TabOrder = 3
  1906.           object Label57: TLabel
  1907.             Left = 16
  1908.             Top = 19
  1909.             Width = 87
  1910.             Height = 13
  1911.             Caption = 'Filter Description :'
  1912.           end
  1913.           object Label59: TLabel
  1914.             Left = 67
  1915.             Top = 66
  1916.             Width = 86
  1917.             Height = 13
  1918.             Caption = 'Filter Extensions :'
  1919.           end
  1920.           object spdExtAdd: TSpeedButton
  1921.             Left = 16
  1922.             Top = 160
  1923.             Width = 75
  1924.             Height = 25
  1925.             Caption = 'A&dd'
  1926.             Font.Charset = ANSI_CHARSET
  1927.             Font.Color = clWindowText
  1928.             Font.Height = -11
  1929.             Font.Name = 'Tahoma'
  1930.             Font.Pitch = fpVariable
  1931.             Font.Style = []
  1932.             ParentFont = False
  1933.             OnClick = spdExtAddClick
  1934.           end
  1935.           object spdExtRemove: TSpeedButton
  1936.             Left = 92
  1937.             Top = 160
  1938.             Width = 75
  1939.             Height = 25
  1940.             Caption = 'Re&move'
  1941.             Font.Charset = ANSI_CHARSET
  1942.             Font.Color = clWindowText
  1943.             Font.Height = -11
  1944.             Font.Name = 'Tahoma'
  1945.             Font.Pitch = fpVariable
  1946.             Font.Style = []
  1947.             ParentFont = False
  1948.             OnClick = spdExtRemoveClick
  1949.           end
  1950.           object txtFilterDesc: TEdit
  1951.             Left = 16
  1952.             Top = 34
  1953.             Width = 149
  1954.             Height = 21
  1955.             TabOrder = 0
  1956.             OnKeyUp = txtFilterDescKeyUp
  1957.           end
  1958.           object lbFilterExt: TListBox
  1959.             Left = 16
  1960.             Top = 60
  1961.             Width = 150
  1962.             Height = 95
  1963.             ItemHeight = 13
  1964.             TabOrder = 1
  1965.           end
  1966.         end
  1967.         object butAddFilter: TButton
  1968.           Left = 10
  1969.           Top = 209
  1970.           Width = 75
  1971.           Height = 25
  1972.           Caption = '&Add'
  1973.           TabOrder = 1
  1974.           OnClick = butAddFilterClick
  1975.         end
  1976.         object butRemoveFilter: TButton
  1977.           Left = 86
  1978.           Top = 209
  1979.           Width = 75
  1980.           Height = 25
  1981.           Caption = '&Remove'
  1982.           TabOrder = 2
  1983.           OnClick = butRemoveFilterClick
  1984.         end
  1985.         object lbFilters: TListBox
  1986.           Left = 11
  1987.           Top = 81
  1988.           Width = 149
  1989.           Height = 124
  1990.           ItemHeight = 13
  1991.           TabOrder = 0
  1992.           OnClick = lbFiltersClick
  1993.         end
  1994.       end
  1995.     end
  1996.     object tabCodeCompletion: TTabSheet
  1997.       Caption = 'tabCodeCompletion'
  1998.       TabVisible = False
  1999.       object GradPanel14: TGradPanel
  2000.         Left = 5
  2001.         Top = 4
  2002.         Width = 378
  2003.         Height = 15
  2004.       end
  2005.       object Label60: TLabel
  2006.         Left = 8
  2007.         Top = 5
  2008.         Width = 190
  2009.         Height = 14
  2010.         Caption = 'Editing Window - Code Completion'
  2011.         Font.Charset = DEFAULT_CHARSET
  2012.         Font.Color = clWindowText
  2013.         Font.Height = -11
  2014.         Font.Name = 'Arial'
  2015.         Font.Pitch = fpVariable
  2016.         Font.Style = [fsBold]
  2017.         ParentFont = False
  2018.         Transparent = True
  2019.       end
  2020.       object Label61: TLabel
  2021.         Left = 5
  2022.         Top = 23
  2023.         Width = 378
  2024.         Height = 16
  2025.         AutoSize = False
  2026.         Caption = 
  2027.           'These options allow you to set how you wish Code Completion to b' +
  2028.           'e activated.'
  2029.         WordWrap = True
  2030.       end
  2031.       object groupCodeCompletion: TGroupBox
  2032.         Left = 8
  2033.         Top = 62
  2034.         Width = 375
  2035.         Height = 259
  2036.         Caption = '   '
  2037.         TabOrder = 0
  2038.         object Label62: TLabel
  2039.           Left = 9
  2040.           Top = 24
  2041.           Width = 131
  2042.           Height = 13
  2043.           Caption = 'Type of Code Completion : '
  2044.         end
  2045.         object Label64: TLabel
  2046.           Left = 285
  2047.           Top = 214
  2048.           Width = 55
  2049.           Height = 13
  2050.           Caption = 'Milliseconds'
  2051.         end
  2052.         object Label65: TLabel
  2053.           Left = 30
  2054.           Top = 64
  2055.           Width = 311
  2056.           Height = 13
  2057.           Caption = 
  2058.             ' Code completion will only activate when Ctrl + Space is pressed' +
  2059.             '.'
  2060.         end
  2061.         object Label66: TLabel
  2062.           Left = 30
  2063.           Top = 110
  2064.           Width = 329
  2065.           Height = 13
  2066.           Caption = 
  2067.             ' Code completion will also activate when an open tag  '#39'< '#39' is en' +
  2068.             'tered.'
  2069.         end
  2070.         object Label67: TLabel
  2071.           Left = 32
  2072.           Top = 154
  2073.           Width = 327
  2074.           Height = 26
  2075.           Caption = 
  2076.             'Code completion will automatically be activated after a set dela' +
  2077.             'y, if  the cursor is inside a Tag'
  2078.           WordWrap = True
  2079.         end
  2080.         object Label63: TLabel
  2081.           Left = 31
  2082.           Top = 190
  2083.           Width = 95
  2084.           Height = 13
  2085.           Caption = 'Active Delay Time : '
  2086.         end
  2087.         object Label68: TLabel
  2088.           Left = 64
  2089.           Top = 240
  2090.           Width = 18
  2091.           Height = 13
  2092.           Caption = '500'
  2093.         end
  2094.         object Label69: TLabel
  2095.           Left = 259
  2096.           Top = 240
  2097.           Width = 24
  2098.           Height = 13
  2099.           Caption = '5000'
  2100.         end
  2101.         object radPassiveCode: TRadioButton
  2102.           Left = 22
  2103.           Top = 44
  2104.           Width = 57
  2105.           Height = 17
  2106.           Caption = 'Passive'
  2107.           Checked = True
  2108.           TabOrder = 0
  2109.           TabStop = True
  2110.         end
  2111.         object radTagCode: TRadioButton
  2112.           Left = 22
  2113.           Top = 88
  2114.           Width = 75
  2115.           Height = 17
  2116.           Caption = 'Tag Active'
  2117.           TabOrder = 1
  2118.         end
  2119.         object radActiveCode: TRadioButton
  2120.           Left = 22
  2121.           Top = 132
  2122.           Width = 52
  2123.           Height = 17
  2124.           Caption = 'Active'
  2125.           TabOrder = 2
  2126.         end
  2127.         object trackCode: TTrackBar
  2128.           Left = 61
  2129.           Top = 208
  2130.           Width = 223
  2131.           Height = 29
  2132.           Max = 5000
  2133.           Min = 500
  2134.           Orientation = trHorizontal
  2135.           ParentShowHint = False
  2136.           PageSize = 500
  2137.           Frequency = 500
  2138.           Position = 1000
  2139.           SelEnd = 0
  2140.           SelStart = 0
  2141.           ShowHint = True
  2142.           TabOrder = 3
  2143.           ThumbLength = 20
  2144.           TickMarks = tmBottomRight
  2145.           TickStyle = tsAuto
  2146.           OnChange = trackCodeChange
  2147.         end
  2148.       end
  2149.       object chkCodeCompletion: TCheckBox
  2150.         Left = 21
  2151.         Top = 60
  2152.         Width = 139
  2153.         Height = 17
  2154.         Caption = 'Enable Code Completion'
  2155.         TabOrder = 1
  2156.         OnClick = chkCodeCompletionClick
  2157.       end
  2158.       object chkCloseTag: TCheckBox
  2159.         Left = 21
  2160.         Top = 41
  2161.         Width = 148
  2162.         Height = 17
  2163.         Caption = '&Automatically Close Tags'
  2164.         TabOrder = 2
  2165.       end
  2166.     end
  2167.     object tabEnvironment: TTabSheet
  2168.       Caption = 'tabEnvironment'
  2169.       ImageIndex = 14
  2170.       TabVisible = False
  2171.       object GradPanel15: TGradPanel
  2172.         Left = 5
  2173.         Top = 4
  2174.         Width = 378
  2175.         Height = 15
  2176.       end
  2177.       object Label70: TLabel
  2178.         Left = 8
  2179.         Top = 5
  2180.         Width = 172
  2181.         Height = 14
  2182.         Caption = 'General - Environment Settings'
  2183.         Font.Charset = DEFAULT_CHARSET
  2184.         Font.Color = clWindowText
  2185.         Font.Height = -11
  2186.         Font.Name = 'Arial'
  2187.         Font.Pitch = fpVariable
  2188.         Font.Style = [fsBold]
  2189.         ParentFont = False
  2190.         Transparent = True
  2191.       end
  2192.       object Label71: TLabel
  2193.         Left = 5
  2194.         Top = 23
  2195.         Width = 375
  2196.         Height = 30
  2197.         AutoSize = False
  2198.         Caption = 
  2199.           'These options set the environment settings for HotDog. If you ch' +
  2200.           'oose to use a background image but do not specify one, a default' +
  2201.           ' image  will be used. '
  2202.         WordWrap = True
  2203.       end
  2204.       object GroupBox17: TGroupBox
  2205.         Left = 8
  2206.         Top = 62
  2207.         Width = 370
  2208.         Height = 257
  2209.         TabOrder = 0
  2210.         object spdBackgroundImage: TSpeedButton
  2211.           Tag = 56
  2212.           Left = 293
  2213.           Top = 217
  2214.           Width = 21
  2215.           Height = 21
  2216.           OnClick = spdBackgroundImageClick
  2217.         end
  2218.         object btnSpeed: TSpeedButton
  2219.           Left = 119
  2220.           Top = 18
  2221.           Width = 19
  2222.           Height = 17
  2223.           Glyph.Data = {
  2224.             16050000424D16050000000000003604000028000000100000000E0000000100
  2225.             080000000000E0000000120B0000120B00001000000010000000000000000000
  2226.             80000080000000808000800000008000800080800000C0C0C000808080000000
  2227.             FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00070707070707
  2228.             0707070707070707070707070707070707070707070707070707070800000807
  2229.             0707070707070707070707000000000007070800000807070707070000000000
  2230.             0707000000000007070707080000080007070000000000070707070707070700
  2231.             0707080000080007070707070707070007070707070700070707070707070700
  2232.             0707070707070007070707070707070007070707070700070707070707070700
  2233.             0000080707070007070707070707070707080000000000070707070707070707
  2234.             0707070707070707070707070707070707070707070707070707}
  2235.           OnClick = btnSpeedClick
  2236.         end
  2237.         object chkBackgroundColor: TCheckBox
  2238.           Left = 11
  2239.           Top = 91
  2240.           Width = 137
  2241.           Height = 17
  2242.           Caption = 'Use Background Color'
  2243.           TabOrder = 0
  2244.           OnClick = chkBackgroundColorClick
  2245.         end
  2246.         object colorBackground: TBKColorGrid
  2247.           Left = 72
  2248.           Top = 117
  2249.           Width = 240
  2250.           Height = 52
  2251.           GridOrdering = go8x2
  2252.           ForegroundIndex = 8
  2253.           BackgroundText = 'BG'
  2254.           BackgroundEnabled = False
  2255.           ForegroundText = 'BG'
  2256.           TabOrder = 1
  2257.         end
  2258.         object chkBackgroundImage: TCheckBox
  2259.           Left = 11
  2260.           Top = 190
  2261.           Width = 138
  2262.           Height = 17
  2263.           Caption = 'Use Background  Image'
  2264.           TabOrder = 2
  2265.           OnClick = chkBackgroundImageClick
  2266.         end
  2267.         object editBackgroundImage: TEdit
  2268.           Left = 72
  2269.           Top = 217
  2270.           Width = 220
  2271.           Height = 21
  2272.           TabOrder = 3
  2273.         end
  2274.         object chkSoundEffects: TCheckBox
  2275.           Left = 11
  2276.           Top = 19
  2277.           Width = 107
  2278.           Height = 17
  2279.           Caption = 'HotDog Sound F&X'
  2280.           TabOrder = 4
  2281.         end
  2282.         object chkCursor: TCheckBox
  2283.           Left = 11
  2284.           Top = 55
  2285.           Width = 143
  2286.           Height = 17
  2287.           Caption = 'Animated Waiting Cursor'
  2288.           TabOrder = 5
  2289.         end
  2290.       end
  2291.     end
  2292.   end
  2293.   object Panel1: TPanel
  2294.     Left = 0
  2295.     Top = 331
  2296.     Width = 556
  2297.     Height = 36
  2298.     Align = alBottom
  2299.     TabOrder = 1
  2300.     object btnHelp: TButton
  2301.       Left = 6
  2302.       Top = 5
  2303.       Width = 75
  2304.       Height = 25
  2305.       Caption = '&Help'
  2306.       TabOrder = 0
  2307.       OnClick = btnHelpClick
  2308.     end
  2309.     object butOK: TButton
  2310.       Left = 380
  2311.       Top = 5
  2312.       Width = 75
  2313.       Height = 25
  2314.       Caption = '&OK'
  2315.       Default = True
  2316.       ModalResult = 1
  2317.       TabOrder = 1
  2318.     end
  2319.     object butCancel: TButton
  2320.       Left = 460
  2321.       Top = 5
  2322.       Width = 75
  2323.       Height = 25
  2324.       Cancel = True
  2325.       Caption = '&Cancel'
  2326.       ModalResult = 2
  2327.       TabOrder = 2
  2328.     end
  2329.   end
  2330.   object Panel3: TPanel
  2331.     Left = 0
  2332.     Top = 0
  2333.     Width = 161
  2334.     Height = 331
  2335.     Align = alLeft
  2336.     BevelInner = bvRaised
  2337.     Caption = 'Panel3'
  2338.     TabOrder = 2
  2339.     object tvOptions: TTreeView
  2340.       Left = 4
  2341.       Top = 4
  2342.       Width = 152
  2343.       Height = 323
  2344.       HideSelection = False
  2345.       Indent = 19
  2346.       Items.Data = {
  2347.         07000000200000000000000000000000FFFFFFFFFFFFFFFF0000000002000000
  2348.         0747656E6572616C250000000000000000000000FFFFFFFFFFFFFFFF00000000
  2349.         000000000C46696C652046696C746572732D0000000000000000000000FFFFFF
  2350.         FFFFFFFFFF000000000000000014456E7669726F6E6D656E742053657474696E
  2351.         677327000000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF00000000050000000E45
  2352.         646974696E672057696E646F7723000000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
  2353.         FF00000000000000000A417070656172616E636526000000FFFFFFFFFFFFFFFF
  2354.         FFFFFFFFFFFFFFFF00000000000000000D53796E74617820436F6C6F72732600
  2355.         0000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF00000000000000000D48544D4C20
  2356.         537065636966696323000000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF00000000
  2357.         000000000A46696C65205479706573280000000000000000000000FFFFFFFFFF
  2358.         FFFFFF00000000000000000F436F646520436F6D706C6574696F6E1E000000FF
  2359.         FFFFFFFFFFFFFFFFFFFFFFFFFFFFFF000000000000000005524F564552240000
  2360.         00FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF00000000000000000B446972656374
  2361.         6F7269657321000000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF00000000000000
  2362.         000842726F777365727325000000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0000
  2363.         0000000000000C44696374696F6E617269657323000000FFFFFFFFFFFFFFFFFF
  2364.         FFFFFFFFFFFFFF00000000010000000A5075626C697368696E6724000000FFFF
  2365.         FFFFFFFFFFFFFFFFFFFFFFFFFFFF00000000000000000B4175746F5265706C61
  2366.         6365}
  2367.       ReadOnly = True
  2368.       TabOrder = 0
  2369.       OnChange = tvOptionsChange
  2370.       OnClick = tvOptionsClick
  2371.     end
  2372.   end
  2373. end
  2374.